Skip to main content

OAuth2 Library

Type

library

Description

Present an authorization dialog for any web service that supports OAuth2 Authorization Code Flow

Children Properties

Command

NameSummarySyntax
OAuth2RefreshObtain a new authorization token using a refresh tokenOAuth2Refresh <pTokenURL>,<pClientID>,<pClientSecret>,<pRefreshToken>
OAuth2Present an authorization dialog for any web service that supports OAuth2 Authorization Code FlowOAuth2 <pAuthURL>,<pTokenURL>,<pClientID>,<pClientSecret>,<pScopes>,<pPortOrRedirectURI>,<pParams>,<pCompletionURL>